home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 16 / develop 16 code / CollaboDraw / aevt.h < prev    next >
Encoding:
Text File  |  1993-08-24  |  497 b   |  11 lines  |  [TEXT/MPS ]

  1. Boolean SupportsAEVT(void);
  2. void DoHighLevelEvent(EventRecord *ev);
  3. void RegisterMyEvents(void);
  4.  
  5. pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  6. pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  7. pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  8. pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  9.  
  10. OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
  11.